home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / HTTPSERV / !HTTPServr / !Config < prev    next >
Text File  |  1997-04-21  |  3KB  |  109 lines

  1. |
  2. |  The host name of this machine which will be returned
  3. |  to clients whenever a relocate is required.  You *MUST*
  4. |  change this to your full hostname.  It is also used to
  5. |  construct the default admin address
  6. |
  7.  
  8. Set HTTPServer$Host i.am.not.configured.properly
  9.  
  10. |
  11. | The server administrator's e-mail.  You *MUST* change this to be
  12. | your full Internet email address as it will be used to sign
  13. | outgoing error messages to provide users with a point of
  14. | contact for the server.  Do *NOT* leave it pointing to me.  I
  15. | supply it pointing at me to prevent users getting weird
  16. | errors if you don't change it from any invalid address I
  17. | might have put on it.  Don't expect any support if I get
  18. | e-mail about your server from people who've followed the
  19. | link at the bottom of the error page.
  20. |
  21.  
  22. Set HTTPServer$Admin "webmaster@<HTTPServer$Host>"
  23.  
  24.  
  25. |
  26. | HTTPServer$Base is the location of your web pages.  It must be the
  27. | name of a directory.  Place your HTML files inside this directory.
  28. |
  29.  
  30. Set HTTPServer$Base <Obey$Dir>.WWWPages
  31.  
  32. |
  33. | HTTPServer$Log is the location of the log file.  It must not be
  34. | under the <HTTPServer$Base> directory.
  35. |
  36.  
  37. Set HTTPServer$Log <Obey$Dir>.Log
  38.  
  39.  
  40. |
  41. | HTTPServer$CommonLog is the location of the Common Log File format
  42. | log file.
  43. |
  44.  
  45. Set HTTPServer$CommonLog <Obey$Dir>.CLF
  46.  
  47.  
  48. |
  49. | HTTPServer$LogLevel sets the amount of logging information
  50. | going to the log file.  -1 is no logging at all.  0 gives a
  51. | short summary of each connection and its result. 1 gives more
  52. | detail and 7 gives the most detail.
  53. |
  54.  
  55. Set HTTPServer$LogLevel 2
  56.  
  57. |
  58. | Set this to your machine type.  Messages from the server will have
  59. | (Acorn <HTTPServer$Machine> xxMB) as the signature on the file.
  60. | The amount of memory will be auto detected.
  61. |
  62.  
  63. Set HTTPServer$Machine "Risc PC600"
  64.  
  65. |
  66. | The TCP port number on which to run the service.  Usually 80
  67. | but some organisations only allow 80 for 'official' servers,
  68. | in which case you can change this (8080 is a common alternative)
  69. |
  70.  
  71. Set HTTPServer$Port 80
  72.  
  73. |
  74. | The maximum number of concurrent connections to service
  75. | Probably won't want to change this.  It gets hairy if you
  76. | have lots of connections :-)
  77. |
  78.  
  79. Set HTTPServer$MaxServers  4
  80.  
  81.  
  82. |
  83. | The internal buffer size for each connection.  This memory will be
  84. | automatically allocated upon startup to support up to HTTPServer$MaxServers
  85. | concurrent connections.  Bbviously, the larger the buffer and the more
  86. | connections allowed, the more memory that will be grabbed.
  87. |
  88. | The buffer size is measured in kilobytes
  89. |
  90.  
  91. Set HTTPServer$BufferSize 16
  92.  
  93.  
  94. |
  95. | Set up the automatic timeout.  If no traffic has been sent or received
  96. | on a connected socket for this number of *minutes* then the connection
  97. | will be killed (a message will be logged at level 0 to the log file)
  98. | Set to zero to disable timeout, but you don't really want to do this
  99. |
  100.  
  101. Set HTTPServer$Timeout    15
  102.  
  103. |
  104. | Provided you've edited this file, you can remove this last line.
  105. | It's only purpose is to stop you running it until you have edited
  106. | this file.
  107. |
  108. Error Read the !Help file.  You must reconfigure HTTPserver by editing the !Config file
  109.